html.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
}
html.ie-gray-low * {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
}
html.ie-gray {
    background-color: #ddd;
    opacity: 0.5;
    filter: Alpha(opacity=50);
}
.header {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 68px;
    background-color: #2ead1c;
}

.header .logo {
    float: left;
    padding: 14px 0;
    width: 152px;
    height: 40px;
}

.header .logo a {
    display: block;
    overflow: hidden;
}

.header .logo a img {
    float: left;
    width: 40px;
    margin-top: 8px;
}

.header .logo a strong,
.header .logo a span {
    display: block;
    margin-left: 46px;
}

.header .logo a strong {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.header .logo a span {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 3.5px;
}

.header ul.nav {
    float: left;
    width: 500px;
    height: 68px;
}

.header ul.nav>li .drop-down {
    width: 160px;
    margin-left: -80px;
}

.header ul.nav>li:hover .drop-down {
    display: block;
}
.header ul.nav>li .drop-down ul.list li {
    padding: 2px 0;
}

.header ul.menu {
    float: right;
    width: 540px;
    height: 68px;
}

.header ul.menu>li {
    position: relative;
    float: left;
    padding: 15px 0 15px 24px;
}
.header ul.menu>li .pone{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 2px;
    width: 53px;
    height: 16px;
    background: #FF3B30;
    border-radius: 4px 0px 4px 0px;
    color: #fff;
    font-size: 12px;
}
.header ul.menu>li .pone i{
    width: 11px;
    height: 16px;
    background: url(../images/icon/pone.png);
    background-position: 1px -3px;
}
.header ul.menu>li>a {
    display: block;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    color: #fff;
}

.header ul.menu>li>a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

.header ul.menu>li>a>i {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

.header ul.menu>li>a>img {
    display: inline-block;
    margin: 7px 0;
    width: 22px;
    height: 22px;
    border: 1px solid #eee;
    border-radius: 12px;
}

.header ul.menu>li>a>span {
    display: inline-block;
    padding: 0 0 0 5px;
    width: 62px;
    height: 38px;
    line-height: 38px;
    vertical-align: bottom;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
}

.header ul.menu>li:hover .drop-down {
    display: block;
}

.header ul.menu>li.upload .drop-down{
    margin-left: -98px;
}
.header ul.menu>li.doc .drop-down{
    margin-left: -106px;
}
.header ul.menu>li.copy .drop-down,
.header ul.menu>li.become .drop-down,
.header ul.menu>li.knowledge .drop-down {
    margin-left: -52px;
}
.header ul.menu>li.knowledge {
    background: url(../images/icon/hot.png) no-repeat 52px 8px;
}
.header ul.menu>li.member .drop-down {
    width: 322px;
    margin-left: -264px;
}

.header ul.menu>li.member .drop-down .icon-triangle {
    margin-left: 100px;
}

.header ul.menu>li.member .info {
    padding: 20px 16px 15px;
    overflow: hidden;
}

.header ul.menu>li.member .info .avator {
    float: left;
    width: 50px;
    height: 50px;
}

.header ul.menu>li.member .info .avator a {
    display: block;
}

.header ul.menu>li.member .info .avator a img {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #eee;
}

.header ul.menu>li.member .info dl.profile {
    float: left;
    width: 180px;
    height: 50px;
    padding: 0 10px;
}

.header ul.menu > li.member .info dl.profile dt span {
    display: inline-block;
    max-width: 150px;
    line-height: 26px;
    font-size: 16px; color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.header ul.menu > li.member .info dl.profile dt i {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
}
.header ul.menu > li.member .info dl.profile dd{
    padding: 6px 0;
}

.header ul.menu>li.member .info dl.profile dd {
    height: 24px;
    line-height: 24px;
}

.header ul.menu>li.member .info dl.profile dd span,
.header ul.menu>li.member .info dl.profile dd a {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    line-height: 22px;
}

.header ul.menu>li.member .info dl.profile dd span {
    font-size: 12px;
    color: #999;
}

.header ul.menu > li.member .info dl.profile dd a{
    width: 56px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    text-align: center;
    font-size: 12px; color: #CFA877;
}

.header ul.menu > li.member .info dl.profile dd a:hover{
    text-decoration: underline;
}

.header ul.menu>li.member .info .quit {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.header ul.menu>li.member .info .quit a {
    font-size: 12px;
}

.header ul.menu>li.member .info .quit a:hover {
    color: #2ead1c;
    text-decoration: underline;
}

.header ul.menu>li.member ul.sub-menu {
    padding: 5px 0 15px;
    overflow: hidden;
}

.header ul.menu>li.member ul.sub-menu li {
    float: left;
    width: 60px;
    padding: 0 10px;
}

.header ul.menu>li.member ul.sub-menu li a {
    display: block;
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.header ul.menu>li.member ul.sub-menu li a:hover {
    color: #2ead1c;
}

.header ul.menu>li.member ul.sub-menu li a i {
    margin: 0 auto;
}

.header ul.menu>li.member ul.sub-menu li a span {
    display: block;
    height: 30px;
    line-height: 30px;
}

.header ul.menu>li.member ul.sub-menu li a em {
    position: absolute;
    top: 0px;
    left: 50px;
}


.drop-down {
    display: none;
    position: absolute;
    left: 50%;
    padding-top: 5px;
    z-index: 1;
}

.drop-down .icon-triangle {
    position: absolute;
    top: 0;
    top: 1px \9;
    left: 50%;
    width: 10px;
    height: 5px;
    margin-left: -5px;
    background-position: -26px -22px;
}

.drop-down .panel {
    box-shadow: 0 0 5px #bbb;
    border: 1px solid #eee \9;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

.header ul.nav>li:hover>a {
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

.header ul.nav>li .drop-down,
.header ul.menu>li .drop-down {
    top: 64px;
}

.header ul.nav>li {
    position: relative;
    float: left;
    padding: 0 2px;
    height: 68px;
}

.header ul.nav>li>a {
    display: block;
    padding: 0 14px;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
    color: #fff;
}

.header ul.nav>li.course small,
.header ul.nav>li.vipzoon small {
    position: absolute;
    top: 6px;
    z-index: 9;
}

.header ul.nav>li.course small {
    right: 10px;
}

.header ul.nav>li.vipzoon small {
    right: -16px;
}

.header ul.nav>li .drop-down .panel {
    padding: 20px;
}

.header ul.menu>.upload .drop-down .panel,
.header ul.menu>.copy .drop-down .panel,
.header ul.menu>.become .drop-down .panel,
.header ul.menu>.doc .drop-down .panel,
.header ul.menu>.knowledge .drop-down .panel {
    padding: 10px;
}

.header ul.nav>li .drop-down ul.list li a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.header ul.nav>.docs .drop-down {
    width: 470px;
    margin-left: -210px;
}
.header ul.nav > li .drop-down ul.list{
    overflow: hidden;
}
.header ul.nav > .docs .drop-down ul.sort{
    padding-bottom: 14px;
}
.header ul.nav > .docs .drop-down ul.zone{
    border-top: 1px solid #7E01FF;
    padding-top: 14px;
}
.header ul.nav > li .drop-down ul.zone li a{
    color: #7E01FF;
}
.header ul.nav>.docs .drop-down .panel {
    padding: 16px 20px;
}

.header ul.nav>.docs .icon-triangle {
    left: 43%;
}

.header ul.nav>li .drop-down ul.list li a:hover,
.header ul.nav>.all dl dd a:hover,
.header ul.menu>li.upload .drop-down li a:hover,
.header ul.menu>li.knowledge .drop-down li a:hover {
    text-decoration: underline;
    color: #2ead1c;
}

.header ul.nav>.docs .drop-down ul.list li {
    float: left;
    width: 33%;
}

.header ul.nav > .all .drop-down {
    width: 402px;
    margin-left: -210px;
}

.header ul.nav>.all dl {
    line-height: 26px;
}

.header ul.nav>.all dl.tool,
.header ul.nav>.all dl.knowledge {
    padding-bottom: 6px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ddd;
}

.header ul.nav>.all dl dt {
    font-size: 16px;
    color: #2ead1c;
}
.header ul.nav > .all dl dd {
    margin: 0 -10px;
} 
.header ul.nav>.all dl dd a {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.header ul.nav > .all dl dd a .icon-hot {
    position: absolute;
    top: -6px;
    right: -2px;
    width: 29px;
    height: 16px;
    background: url(../images/icon/icon-hot.png) no-repeat;
}
.header ul.nav>.course .drop-down {
    width: 240px;
    margin-left: -128px;
}

.header ul.nav>.course .drop-down .panel {
    padding: 16px 20px;
}

.header ul.nav>.course .drop-down ul.list li {
    float: left;
    width: 50%;
}


.header ul.menu>li.upload .drop-down,
.header ul.menu>li.doc .drop-down {
    width: 240px;
}

.header ul.menu>li.copy .drop-down,
.header ul.menu>li.become .drop-down,
.header ul.menu>li.knowledge .drop-down {
    width: 130px;
}

.header ul.menu>li.upload .drop-down ul.list{
    overflow: hidden;
}
.header ul.menu>li.upload .drop-down ul.list li,
.header ul.menu>li.doc .drop-down ul.list li{
    float: left;
    width: 100px;
    padding: 3px 4px;
}
.header ul.menu>li.upload .drop-down ul.list li a,
.header ul.menu>li.doc .drop-down ul.list li a,
.header ul.menu>li.copy .drop-down li a,
.header ul.menu>li.become .drop-down li a,
.header ul.menu>li.knowledge .drop-down li a{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #333;
}
.header ul.menu>li.copy .drop-down li a,
.header ul.menu>li.become .drop-down li a,
.header ul.menu>li.knowledge .drop-down li a {
    text-align: center;
}
.header ul.menu>li.upload .drop-down ul.list li a:hover,
.header ul.menu>li.copy .drop-down ul.list li a:hover,
.header ul.menu>li.become .drop-down ul.list li a:hover,
.header ul.menu>li.doc .drop-down ul.list li a:hover,
.header ul.menu>li.knowledge .drop-down ul.list li a:hover{
    color: #2ead1c;
    text-decoration: underline;
}
.header ul.menu>li.upload .drop-down ul.list li a.border,
.header ul.menu>li.doc .drop-down ul.list li a.border,
.header ul.menu>li.become .drop-down ul.list li a.border{
    height: 28px;
    line-height: 28px;
    color: #2ead1c;
    border: 1px solid #D4E4FF;
    background-color: #fff;
    padding: 0 6px;
    border-radius: 3px;
}
.header ul.menu>li.upload .drop-down ul.list li a.border:hover,
.header ul.menu>li.doc .drop-down ul.list li a.border:hover,
.header ul.menu>li.become .drop-down ul.list li a.border:hover{
    text-decoration: none;
    background-color: #2ead1c;
    border: 1px solid #2ead1c;
    color: #fff;
}
.header ul.menu>li.upload .drop-down ul.list li a.weaken,
.header ul.menu>li.upload .drop-down ul.list li a.weaken:hover,
.header ul.menu>li.copy .drop-down ul.list li a.weaken,
.header ul.menu>li.copy .drop-down ul.list li a.weaken:hover,
.header ul.menu>li.become .drop-down ul.list li a.weaken,
.header ul.menu>li.become .drop-down ul.list li a.weaken:hover{
    color: #999;
    text-decoration: none;
    cursor: default;
}

#cooperation {
    background: #fff;
}

.cooperation {
    overflow: hidden;
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.cooperation h3 {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
}

.cooperation .friendly {
    overflow: hidden;
}

.cooperation .partner {
    float: right;
    width: 480px;
    overflow: hidden;
}

.cooperation ul.list {
    margin-top: -1px;
    overflow: hidden;
}

.cooperation ul.list li {
    float: left;
    padding: 0 12px 0 0;
    line-height: 30px;
}

.cooperation ul.list li a {
    font-size: 12px;
    color: #666;
}

.cooperation ul.list li a:hover {
    text-decoration: underline;
}

#sidebar {
    z-index: 99;
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 70px;
    height: 374px;
}

#sidebar .icon-sidebar {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../images/icon/sidebar.png') no-repeat;
}

#sidebar .sidebar-wechat .icon-sidebar {
    background-position: -10px -11px;
}

#sidebar .sidebar-service .icon-sidebar {
    background-position: -45px -11px;
}

#sidebar .sidebar-feedback .icon-sidebar {
    background-position: -80px -11px;
}

#sidebar .sidebar-app .icon-sidebar {
    background-position: -115px -11px;
}

#sidebar .sidebar-wechat:hover .icon-sidebar,
#sidebar .sidebar-service:hover .icon-sidebar,
#sidebar .sidebar-feedback:hover .icon-sidebar,
#sidebar .sidebar-app:hover .icon-sidebar {
    background-position-y: -45px;
}


#sidebar .sidebar-top {
    vertical-align: top;
    position: relative;
    margin-top: 15px;
    padding: 20px 0;
    width: 66px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 6px;
}

#sidebar .sidebar-top .icon-sidebar {
    width: 28px;
    height: 24px;
    background-position: -146px -11px;
}

#sidebar .sidebar-top:hover .icon-sidebar {
    background-position-y: -45px;
}

#sidebar .integral {
    height: 90px;
    margin: 0 0 0 -18px;
    animation: shake-time 2s ease 6;
}

#sidebar .integral img {
    width: 88px;
    height: 86px;
}

#sidebar .list {
    background-color: #fff;
    overflow: visible;
    border-radius: 6px;
}

#sidebar .list li {
    height: 71px;
    vertical-align: top;
    border: 1px solid #eee;
    border-radius: 6px;
    /*IE7下底部多余margin*/
    position: relative;
}

#sidebar .list li.sidebar-wechat span {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    background: #FF3B30;
    color: #fff;
    background-color: #FF3B30;
    border-radius: 50%;
}

#sidebar .list li.sidebar-wechat {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#sidebar .list li.sidebar-service,
#sidebar .list li.sidebar-feedback {
    border-radius: 0;
}
#sidebar .list li.sidebar-service{
    border: 1px solid #eee;
    border-top: 0;
    border-bottom: 0;
}
#sidebar .list li.sidebar-feedback{
    border: 1px solid #eee;
    border-bottom: 0;
}

#sidebar .list li.sidebar-app {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#sidebar .list .sidebar-item-on {
    position: relative;
    display: block;
    padding-top: 15px;
    text-align: center;
    color: #333;
}
#sidebar .list .icon-tips{
    position: absolute;
    top: 2px;
    right: -16px;
    width: 44px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #FF3B30;
    border-radius: 9px 9px 9px 0px;
}

#sidebar .sidebar-top .sidebar-item-on {
    padding-bottom: 10px;
}

#sidebar .sidebar-item small {
    display: block;
    padding-bottom: 15px;
    margin: 0 auto;
    text-align: center;
    color: #A7B0B8;
}

#sidebar .sidebar-app small {
    border: 0;
}

#sidebar .sidebar-prize .no-bottom {
    border-bottom: 0;
}

#sidebar .sidebar-item:hover {
    background: #2ead1c;
    border-color: #2ead1c;
}

#sidebar .sidebar-item:hover small {
    color: #fff;
}

#sidebar .sidebar-app .slip {
    display: none;
    position: absolute;
    top: -130px;
    right: 78px;
    width: 150px;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 15%);
    background-color: #fff;
}

#sidebar .sidebar-app:hover .slip {
    display: block;
}

#sidebar .sidebar-app .slip .panel {
    padding: 12px 13px;
}

#sidebar .sidebar-app .panel img {
    display: block;
    width: 124px;
    height: 124px;
}

#sidebar .sidebar-app .panel span {
    display: block;
    padding: 7px 0 0;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
}

#sidebar .sidebar-app .slip .icon-triangle {
    position: absolute;
    top: 15px;
    right: 1px;
    width: 5px;
    height: 10px;
    background-position: -57px -20px;
}
#sidebar .sidebar-vip {
    width: 88px;height: 98px;
    margin: 0 0 0 -9px;
}
#sidebar .sidebar-vip>a {
    display: block;
    overflow: hidden;
    animation: shake-time 2s ease 6;
}
#sidebar .sidebar-vip a img {
    width: 88px;height: 88px;
}
#sidebar .sidebar-vip .slip {
    display: none;
    position: absolute;
    top: 0;right: 70px;
    width: 564px;
    height: 410px;
    padding: 0 20px 0 0;
}
#sidebar .sidebar-vip:hover .slip{
    display: block;
}
@keyframes shake-time {
    0% {
        transform: scale(1);
    }
    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale(1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale(1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}
#footer {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px 0 20px;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
}

#footer .container {
    width: 960px;
    height: auto;
    margin: auto;
    overflow: hidden;
}

#footer .site-link {
    position: relative;
    overflow: hidden;
    padding: 0 0 15px;
    border-bottom: 1px solid #ddd;
}

#footer .site-link dl {
    float: left;
    width: 168px;
}

#footer .site-link dl dt,
#footer .site-link dl dd {
    height: 26px;
    line-height: 26px;
}

#footer .site-link dl dt {
    padding: 5px 0 8px;
    font-weight: 600;
    color: #333333;
}

#footer .site-link dl dt a {
    font-weight: 600;
    color: #333333;
}

#footer .site-link dl dt a:hover {
    text-decoration: none;
}

#footer .site-link dl dd a {
    color: #666;
}

#footer .site-link dl dd a:hover {
    color: #333;
    text-decoration: underline;
}

#footer .site-link .wechat,
#footer .site-link .app{
	position: absolute;
	top: 0px;right: 0px;
	width: 130px;
	padding: 10px 0 0 0;
}
#footer .site-link .app{
	top: 0px;right: 154px;
}
#footer .site-link .app dt,
#footer .site-link .wechat dt{
	padding: 8px;
	border:1px solid #ddd;
	height: auto;
}
#footer .site-link .app dt img,
#footer .site-link .wechat dt img{
	display: block;
	width: 112px;height: 112px;
}
#footer .site-link .app dd,
#footer .site-link .wechat dd{
	text-align: center;
	padding: 5px 0 0 0;
	font-size: 12px;color: #666;
}

#footer .desc {
    padding: 14px 0 6px;
    line-height: 24px;
    font-size: 12px;
    color: #666;
}

#footer .desc a{
    color: #333;
    text-decoration: underline;
}

#footer ul.copyright {
    overflow: hidden;
}

#footer ul.copyright li {
    line-height: 24px;
    font-size: 12px;
    color: #999;
}

#footer ul.copyright li a {
    color: #999;
    text-decoration: underline;
}

#footer ul.copyright li a:hover {
    color: #666;
    text-decoration: underline;
}

#footer ul.copyright li em {
    display: inline-block;
    font-style: normal;
    padding: 0 4px;
    vertical-align: top;
}

#footer ul.links {
    padding: 6px 0;
    overflow: hidden;
}

#footer ul.links li {
    float: left;
    line-height: 24px;
    padding: 0 15px 0 0;
}

#footer ul.links li a {
    display: block;
    font-size: 12px;
    color: #999;
}
#footer ul.links li a:hover {
    color: #999;
}
.ie-layer {
    min-height: 1px;
    height: auto;
    overflow: hidden;
    padding: 15px 20px 0;
}

.ie-layer p {
    text-indent: 24px;
    line-height: 24px;
}

.ie-layer dl {
    min-height: 1px;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.ie-layer dl dt {
    float: left;
    width: 116px;
    line-height: 20px;
}

.ie-layer dl dd {
    float: left;
    width: 300px;
    min-height: 1px;
    height: auto;
    overflow: hidden;
}

.ie-layer .know {
    width: 100%;
    min-height: 1px;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.ie-layer button {
    margin: 15px auto;
    width: 120px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f5f5f5;
    font-size: 14px;
    color: #666;
    text-align: center;
    cursor: pointer;
}

.icon-triangle,
.icon-common {
    background-image: url(../images/icon/common.png);
}

.icon-common-drop-down-big,
.icon-common-drop-up-big {
    width: 16px;
    height: 8px;
}

.icon-common-drop-down-big {
    background-position: -26px -36px;
}

.icon-common-drop-up-big {
    background-position: -43px -35px;
}

.icon-common-drop-down-min,
.icon-common-drop-up-min {
    width: 12px;
    height: 12px;
}

.icon-common-drop-down-min {
    background-position: 0 -20px;
}

.icon-common-drop-up-min {
    background-position: -16px -35px;
}

.icon-common-drop-down-mid,
.icon-common-drop-up-mid {
    width: 12px;
    height: 12px;
}

.icon-common-drop-down-mid {
    background-position: 0 -36px;
}

.icon-common-drop-up-mid {
    background-position: -13px -36px;
}

.icon-common-carousel-prev,
.icon-common-carousel-next {
    width: 20px;
    height: 20px;
}

.icon-common-carousel-prev {
    background-position: -105px -1px;
}

.icon-common-carousel-next {
    background-position: -82px -1px;
}

.icon-common-badge-min,
.icon-common-badge-mid,
.icon-common-badge-big {
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    color: #fff;
}

.icon-common-badge-min {
    width: 24px;
    background-position: 0 -1px;
}

.icon-common-badge-mid {
    width: 24px;
    background-position: -25px -1px;
}

.icon-common-badge-big {
    width: 32px;
    background-position: -49px -1px;
}

.icon-common-24 {
    width: 28px;
    height: 28px;
    background-position: -74px -21px;
}

.icon-common-qq {
    width: 18px;
    height: 20px;
    background-position: -103px -23px;
}

.icon-common-contact-qq {
    width: 22px;
    height: 22px;
    background-position: -127px 0;
}

.icon-common-contact-phone {
    width: 22px;
    height: 22px;
    background-position: -150px 0;
}

.icon-common-group {
    width: 20px;
    height: 16px;
    background-position: -124px -24px;
}

.icon-common-refresh {
    width: 14px;
    height: 14px;
    background-position: -60px -35px;
}

.icon-common-hot {
    width: 16px;
    height: 16px;
    background-position: -149px -26px;
}

.icon-common-remove {
    width: 16px;
    height: 16px;
    background-position: -166px -26px;
}

.icon-common-gt {
    width: 12px;
    height: 12px;
    background-position: -172px -12px;
}

.icon-common-split {
    width: 10px;
    height: 12px;
    background-position: -171px -1px;
}

.icon-member-nav {
    width: 42px;
    height: 42px;
    background-image: url(../images/icon/member-nav.png?v=20210826);
}

.icon-member-nav-order {
    background-position: -3px -3px;
}

.icon-member-nav-doc {
    background-position: -49px -3px;
}

.icon-member-nav-message {
    background-position: -95px -3px;
}

.icon-member-nav-setting {
    background-position: -141px -3px;
}

.icon-format {
    width: 22px;
    height: 22px;
    background-image: url(../images/icon/format.png?v=20210325);
}

.icon-format-ppt,
.icon-format-pptx {
    background-position: -4px -2px;
}

.icon-format-pdf {
    background-position: -50px -2px;
}

.icon-format-doc,
.icon-format-docx {
    background-position: -27px -2px;
}

.icon-format-xls,
.icon-format-xlsx {
    background-position: -74px -2px;
}

.icon-format-zip {
    background-position: -98px -2px;
}

.icon-format-corpus {
    background-position: -123px -4px;
}

.icon-tip {
    width: 68px;
    height: 68px;
    background-image: url(../images/icon/tip.png);
}

.icon-tip-success {
    background-position: -6px -6px;
}

.icon-tip-fail {
    background-position: -71px -6px;
}

.icon-tip-warning {
    background-position: -136px -6px;
}

.icon-lazy {
    background-color: #f5f5f5;
    background-position: center 40%;
}

.icon-lazy-load {
    background-image: url(../images/icon/lazy-load.png);
}

.icon-lazy-error {
    background-image: url(../images/icon/lazy-error.png);
}

.icon-footer {
    background-image: url(../images/icon/footer.png);
}

.icon-footer-police {
    width: 20px;
    height: 24px;
    background-position: -48px -2px;
}

.icon-footer-zjb,
.icon-footer-cjb {
    width: 24px;
    height: 20px;
}

.icon-footer-zjb {
    background-position: -2px -3px;
}

.icon-footer-cjb {
    background-position: -24px -3px;
}

img.lazy-error {
    background: #f5f5f5 url('../images/icon/lazy-error.png') no-repeat center center;
}
.icon-member-vip{
    width: 20px;height: 20px;
    background-image: url(../images/icon/icon-vip.png);
}
.icon-member-vip-yes{
    background-position: -1px -20px;   
}
.icon-member-vip-no{
    background-position: -1px 0;
}
@font-face {
    font-family: 'icon-header';
    src: url('../font/icon-header/iconfont.eot');
    src: url('../font/icon-header/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/icon-header/iconfont.woff') format('woff'),
        url('../font/icon-header/iconfont.ttf') format('truetype'),
        url('../font/icon-header/iconfont.svg#iconfont') format('svg');
}

.icon-header {
    font-family: "icon-header" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}